-
Re: How can I convert a date to plain text?
Here's the trick: =(-your-date-formula) + "" =TODAY(1) + "" will be 10/10/2018 (as I type this). The + "" will convert the formula in the parenthesis () to text. Craig4 · -
Re: Export sheet URLs to excel
salley280, Yes. If you are a SysAdmin, you can download the Sheet Access Report (Admin | User Management | More Actions) This will be a csv file. You can import that back to Smarsheet OR open in anot…1 · -
Re: Max child value dependent on max date
It doesn't, but it may be because is 10pm on a Friday night. Are you looking for the Max of the date (Dec 30, 2015) -- ie the most recent date and then the max level recorded on that date? If so, the…1 · -
Re: MS Project & Smartsheets - working together longterm
Tim's comments spark another (recent) experience. As Tim said "I've also found a project plan will be seutp and then not viewed the rest of the project." Smartsheet can allow the task owner…1 · -
Re: Adding time durations as actual numbers
Here's a shorter version: =INT(Sec@row / 3600) + ":" + IF(INT((Sec@row - INT(Sec@row / 3600) * 3600)) < 600, "0") + INT((Sec@row - INT(Sec@row / 3600) * 3600) / 60) + ":&q…1 ·